php code for getting the next day

76

php code for getting the next day -

$tomorrow = date("Y-m-d", strtotime("+1 day"));

Comments

Submit
0 Comments